-
Notifications
You must be signed in to change notification settings - Fork 14
Add simulator package #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0xisk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR really adds a lot of improvements for the testing framework. This is not a complete review. Wondering what is left for this PR to be open?
packages/simulator/package.json
Outdated
| @@ -0,0 +1,42 @@ | |||
| { | |||
| "name": "@openzeppelin-compact/simulator", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "name": "@openzeppelin-compact/simulator", | |
| "name": "@openzeppelin-compact/contracts-simulator", |
I was thinking that should be more specific, as in the suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to contracts-simulator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes that is better, Compact is already there.
@0xisk Thank you! I just needed to add some fixes so the CI would not fail. All good now |
|
@andrew-fleming could you add more context regarding the purpose of the |
Co-authored-by: ⟣ €₥ℵ∪ℓ ⟢ <[email protected]> Signed-off-by: Andrew Fleming <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to not push the test-artifacts, and instead compile the sample-contracts before testing and get the output on /test-artifacts directory?
0xisk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @andrew-fleming, I just have one comment, and then it will be good to go.
0xisk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @andrew-fleming LGTM!
Types of changes
What types of changes does your code introduce to OpenZeppelin Midnight Contracts?
Put an
xin the boxes that applyFixes #???
PR Checklist
Overview
WIP